SharedContactOrBuilder

interface SharedContactOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getNodeNum(): Int

The node number of the contact
uint32 node_num = 1;
Link copied to clipboard
abstract fun getShouldIgnore(): Boolean

Add this contact to the blocked / ignored list
bool should_ignore = 3;
Link copied to clipboard
abstract fun getUser(): MeshProtos.User

The User of the contact
.meshtastic.User user = 2;
Link copied to clipboard

The User of the contact
.meshtastic.User user = 2;
Link copied to clipboard
abstract fun hasUser(): Boolean

The User of the contact
.meshtastic.User user = 2;